Welcome![Sign In][Sign Up]
Location:
Search - ARM GPIO

Search list

[Voice Compressamr-c-code

Description: arm音频编解码库,在vs2005上测试过-arm audio codec library, tested in VS2005
Platform: | Size: 1311744 | Author: lyoyou | Hits:

[Windows CE3.1GPIO

Description: GPIO输出控制实验,基于ARM9三星2410-GPIO output control experiment, based on the ARM9 Samsung 2410
Platform: | Size: 50176 | Author: 李琼 | Hits:

[ARM-PowerPC-ColdFire-MIPSSAM7X256-GPIO-RSTC-ADS1.2

Description: AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于IO口功能测试-ARM System Development Department AT91SAM7X functional test procedures, if you proceed with AT91SAM for systems development, this is indeed a very good information, with him will help you. ADS1.2 of the source code is under source code for IO port functional testing
Platform: | Size: 831488 | Author: 龙觊峰 | Hits:

[ARM-PowerPC-ColdFire-MIPSLPC2300ARM-GPIO

Description: LPC2300系列ARM的GPIO使用说明,包括GPIO口的用途以及如何使用!-LPC2300 family of ARM using the GPIO, including the use of GPIO port as well as how to use!
Platform: | Size: 920576 | Author: 胡志敏 | Hits:

[uCOSGPIO

Description: KEIL环境下的ARM程序,基于LPC214x平台。GPIO设置。-KEIL environment of the ARM program, based on LPC214x platform. GPIO settings.
Platform: | Size: 4096 | Author: 低万 | Hits:

[Windows CEWINCE50ARMGPIOdriver

Description: WINCE 5.0ARMGPIOdriver.rar GPIO驱动开发及例程 -WINCE 5.0ARMGPIOdriver.rar GPIO driver development and routine
Platform: | Size: 2638848 | Author: sword | Hits:

[ARM-PowerPC-ColdFire-MIPSgpio-2440-drv

Description: 三星公司的ARM芯片S3C2440的gpio驱动程序-Samsung
Platform: | Size: 113664 | Author: 陈伟 | Hits:

[Linux-Unixgpio

Description: 嵌入式arm+linux环境GPIO (通用输入/输出)测试驱动代码-Embedded arm linux environment GPIO (General Purpose Input/Output) test-driven code
Platform: | Size: 13312 | Author: 蓝色忧郁 | Hits:

[Embeded Linuxgpio_motor

Description: ARM的gpio口操作控制步进电机,可以修改转动角度、速度。-ARM' s GPIO port operation of stepper motor control, can modify the rotation angle and speed.
Platform: | Size: 3072 | Author: 张晓建 | Hits:

[Embeded-SCM DevelopLM3SLib_GPIO_Parallel-Bus

Description: LM3S系列ARM用GPIO模拟并行总线扩展32KB SRAM PF0~PF7 D0~D7(数据总线) PA0~PA7 A0~A7(地址总线低8位) PB0~PB7 A8~A15(地址总线高8位) PB7 /CE(片选) PC4 /WE(写使能) PC5 /OE(读使能) 32KB SRAM 映射在地址0x0000~0x4FFF之间 为了加快访问速度,软件上将采用寄存器方式进行操作 PB7原为/TRST功能,现在也解放出来作为地址线A15-ARM Series LM3S simulation using parallel bus GPIO expansion 32KB SRAM PF0 ~ PF7 D0 ~ D7 (Data Bus) PA0 ~ PA7 A0 ~ A7 (low address bus 8) PB0 ~ PB7 A8 ~ A15 (Address bus high 8 ) PB7/CE (chip select) PC4/WE (Write Enable) PC5/OE (read enable) 32KB SRAM mapped at address 0x0000 ~ 0x4FFF in order to speed up the access between the speed, the way software will be used to operate the register was PB7/TRST function, is also liberated as address line A15
Platform: | Size: 119808 | Author: lsg | Hits:

[ARM-PowerPC-ColdFire-MIPSGPIO

Description: arm lpc2300 GPIO设计 实现lpc2300通用IO口的数据传输-gpio
Platform: | Size: 89088 | Author: 吴德松 | Hits:

[Other Embeded programgpio-test

Description: 1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include 路径改为你宿主机上的。 2、#make,来编译驱动模块。 3、#export PATH=$PATH:/usr/local/arm/2.95.3/bin //取决于你宿主机上的交叉编译工具路径 #arm-linux-gcc -o gpio_test gpio_test.c //编译应用程序 最终在你的当前文件夹下会生成gpiodrv.o与gpio_test两个文件。 4、#mkdir /tmp/1 5、通过ftp的方法,把gpio_test与gpiodrv.o文件下载到你的开发板上的/tmp/1目录中。 6、#mknod /dev/gpio c 220 0 //创建文件节点 #insmod gpiodrv.o #chmod +x gpio_test #./gpio_test 然后,就可以看到四个LED灯在闪烁了。:)-1, the makefile in the CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+ =- I/usr/local/src/2.4.18-rmk7/include CFLAGS+ =- I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+ =- I/usr/local/arm/2.95.3/arm-linux/include changed the path on your host. 2,# make, to compile driver modules. 3,# export PATH = $ PATH:/usr/local/arm/2.95.3/bin// depends on your host on the path of the cross compiler tool# arm-linux-gcc-o gpio_test gpio_test.c// compile the application procedures for the ultimate in your current folder will be generated under the two documents gpiodrv.o and gpio_test. 4,# mkdir/tmp/1 5, through the ftp way to gpiodrv.o File Download gpio_test with the development of your board/tmp/1 directory. 6,# mknod/dev/gpio c 220 0// create a file node# insmod gpiodrv.o# chmod+ x gpio_test#./Gpio_test then four LED lights can be seen in the flicker of. :)
Platform: | Size: 9216 | Author: 马工 | Hits:

[Embeded-SCM DevelopGPIO

Description: ARM 1138的GPIO口介绍及使用例程。内容详细,实例清楚。(为光盘自带)-GPIO port of the ARM 1138 and introduced the use of routines. Detailed, clear examples. (For CD-ROM own)
Platform: | Size: 233472 | Author: zhanghua | Hits:

[Embeded-SCM Developmyinput

Description: arm GPIO控制基本设置基本输入输出-lpc2368 gpio function can good work
Platform: | Size: 65536 | Author: lituoxin | Hits:

[Embeded-SCM DevelopARM-code

Description: ARM代码,IIC,PWM,UART,GPIO,INTERRUPT、RTC,NAND等ARM裸机下运行的代码。-ARM code, IIC, PWM, UART, GPIO, INTERRUPT, RTC, NAND, etc. running under bare ARM code.
Platform: | Size: 2438144 | Author: kenny | Hits:

[ARM-PowerPC-ColdFire-MIPSARM.cortex-M3.ADC.GPIO.COMP

Description: ARM cortex-M3系列处理器的代码,包括通用输入输出GPIO、模数比较器ADC、模拟比较器COMP。(IAR环境工程)-ARM cortex-M3 family of processors code, including general-purpose input-output GPIO, modulus comparator ADC, analog comparator COMP. (IAR Environmental Engineering)
Platform: | Size: 766976 | Author: 孙庆洲 | Hits:

[Linux-UnixGPIO

Description: 南京东大移动互联ARM9开发板上GPIO驱动实现-nan jing dong da yi dong yi dong hu lian ARM GPIO driver
Platform: | Size: 8192 | Author: 飘洋 | Hits:

[ARM-PowerPC-ColdFire-MIPSGPIO

Description: source code for arm 2440
Platform: | Size: 175104 | Author: vahideh | Hits:

[SCMGPIO

Description: GPIO for ARM Cortex M3 LPC1768
Platform: | Size: 111616 | Author: bappa | Hits:

[SCMGPIO

Description: LPC1114开发板,示例程序,GPIO。 LPC1114,M0架构,低功耗。-LPC1114 development board, example programs, GPIO. LPC1114, M0 architecture, low power consumption.
Platform: | Size: 152576 | Author: yangyi | Hits:
« 1 23 4 5 6 7 8 9 10 »

CodeBus www.codebus.net